-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump dependency versions #75
Conversation
Related to cdevents#38 Signed-off-by: Andres Almiray <[email protected]>
<packageurl.version>1.4.1</packageurl.version> | ||
<commons-lang3.version>3.14.0</commons-lang3.version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
π version ^_^
@@ -46,7 +46,7 @@ | |||
<dependency> | |||
<groupId>org.apache.commons</groupId> | |||
<artifactId>commons-lang3</artifactId> | |||
<version>3.12.0</version> | |||
<version>${commons-lang3.version}</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this mean that the version used by the generator and the SDK must be the same now?
I don't mind, we can still split it future if needed, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They don't have to match per se but it makes sense to keep it this way if there were to be any CVEs in one version fixed in another.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. @rjalander any comment on your side?
🎉 This issue has been resolved in |
Related to #38